home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 January / Chip_2003-01_cd1.bin / sharewar / gale / setgalee.exe / {app} / Gale.exe / 0 / RCDATA / TFORMBMP / TFORMBMP.txt
Encoding:
Text File  |  2002-10-07  |  947 b   |  54 lines

  1. object FormBmp: TFormBmp
  2.   Left = 215
  3.   Top = 188
  4.   BorderStyle = bsDialog
  5.   Caption = 'Bitmap'
  6.   ClientHeight = 106
  7.   ClientWidth = 191
  8.   Color = clBtnFace
  9.   ParentFont = True
  10.   OldCreateOrder = False
  11.   Position = poDesktopCenter
  12.   Scaled = False
  13.   OnCreate = FormCreate
  14.   PixelsPerInch = 96
  15.   TextHeight = 12
  16.   object Bevel1: TBevel
  17.     Left = 8
  18.     Top = 8
  19.     Width = 173
  20.     Height = 49
  21.     Shape = bsFrame
  22.   end
  23.   object Button1: TButton
  24.     Left = 20
  25.     Top = 67
  26.     Width = 75
  27.     Height = 25
  28.     Caption = 'OK'
  29.     Default = True
  30.     ModalResult = 1
  31.     TabOrder = 1
  32.   end
  33.   object btnCancel: TButton
  34.     Left = 101
  35.     Top = 67
  36.     Width = 75
  37.     Height = 25
  38.     Cancel = True
  39.     Caption = 'Cancel'
  40.     ModalResult = 2
  41.     TabOrder = 2
  42.   end
  43.   object CheckAlpha: TCheckBox
  44.     Left = 20
  45.     Top = 24
  46.     Width = 149
  47.     Height = 17
  48.     Caption = 'With alpha channel'
  49.     Checked = True
  50.     State = cbChecked
  51.     TabOrder = 0
  52.   end
  53. end
  54.